home *** CD-ROM | disk | FTP | other *** search
- <?XML version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE MESSAGES SYSTEM "messages.dtd">
-
- <MESSAGES>
-
- <message>
- <short_name> ODEInconsistent </short_name>
- <text> Error in ODE block.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODETooManyEQ </short_name>
- <text> Too many equations in ODE block.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODENoEQ </short_name>
- <text> No equation specified in ODE block.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODECouldNotSolveForDeriv </short_name>
- <text> Could not extract expression for highest derivative.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODEInconsistentInitCond </short_name>
- <text> Error in initial conditions.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODETooFewInit </short_name>
- <text> Too few initial conditions.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODETooManyInit </short_name>
- <text> Too many initial conditions.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODEBadBlock </short_name>
- <text> Error in ODE block.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODETooManyArgs </short_name>
- <text> Too many arguments.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODETooManyPoints </short_name>
- <text> Error in ODE block.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODENoPoints </short_name>
- <text> No initial conditions specified.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODETooFewArgs </short_name>
- <text> Too few arguments.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODEBadIndepVar </short_name>
- <text> Invalid independent variable.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODECouldNotFindInitCond </short_name>
- <text> Could not deduce initial conditions.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODENoSoln </short_name>
- <text> No solution found.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODENoGiven </short_name>
- <text> ODE block close without matching given.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODECannotExtrapolate </short_name>
- <text> Argument outside of solution interval.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> ODEAlgInconsistentAtIP </short_name>
- <text> The algebraic constraints are not satisfied at
- the initial point. </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> radau: StartSolution failed </short_name>
- <text> Can't converge to a solution. Encountered too
- many integrator steps. </text>
- <help_topic></help_topic>
- </message>
-
-
- <!-- Messages relevant to PDEs -->
-
- <message>
- <short_name> PDENoGiven </short_name>
- <text> PDE block close without matching given.</text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDEBadBlock </short_name>
- <text> Error in PDE block.</text>
- <help_topic></help_topic>
- </message>
-
-
- <message>
- <short_name> PDEBadInit </short_name>
- <text> Error in initial conditions. </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDEICNotConsistentWithBlock </short_name>
- <text> The initial conditions are not consistent with
- the endpoints specified for the temporal range. </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDEBadNumEQ </short_name>
- <text> Number of functions must match number of equations. </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDEBadNumInit </short_name>
- <text> Number of functions must match number of
- initial conditions. </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDETooManyBC </short_name>
- <text> A given function may have at most two Dirichlet boundary
- conditions and two Neumann boundary conditions. </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDEBCNotConsistentWithBlock </short_name>
- <text> The boundary conditions are not consistent with
- the endpoints specified for the spatial range. </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDESpatialEndpointsMustBeReal </short_name>
- <text>
- The spatial endpoints must be real numbers.
- </text>
- <help_topic></help_topic>
- </message>
-
-
- <message>
- <short_name> PDETemporalEndpointsMustBeReal </short_name>
- <text>
- The temporal endpoints must be real numbers.
- </text>
- <help_topic></help_topic>
- </message>
-
-
- <message>
- <short_name> PDETemporalEndpointsMustBeReal </short_name>
- <text>
- The temporal endpoints must be real numbers.
- </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDESpatialVarMustBeId </short_name>
- <text>
- This must be a variable.
- </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDETemporalVarMustBeId </short_name>
- <text>
- This must be a variable.
- </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDE2ndOrderTimeNotAllowed </short_name>
- <text>
- Second-order or higher time derivatives are not allowed.
- </text>
- <help_topic></help_topic>
- </message>
-
- <message>
- <short_name> PDE3rdOrderSpaceNotAllowed </short_name>
- <text>
- Third-order or higher spatial derivatives are not allowed.
- </text>
- <help_topic></help_topic>
- </message>
-
- </MESSAGES>
-